Welcome![Sign In][Sign Up]
Location:
Search - clipping cohen

Search list

[2D Graphic裁剪算法源码

Description: cohen-sutherland线裁减算法实现-cohen-sutherland line reduction algorithm
Platform: | Size: 176128 | Author: 何婷 | Hits:

[Graph Drawingduobianxing

Description: 实现多边形的裁剪以及cohen算法的多边形裁剪-achieve polygon cutting and cohen polygon clipping algorithm
Platform: | Size: 25600 | Author: | Hits:

[Graph DrawingCohencut

Description: 用Cohen算法实现多边形的裁剪,可以输入任意多边形实现裁剪.-Cohen algorithm using the polygon clipping, arbitrary polygon can be imported to achieve cutting.
Platform: | Size: 1024 | Author: 陈芳洲 | Hits:

[Graph DrawingClipBoundTest

Description: Cohen-Sutherland 直线段裁剪算法的实现-Cohen-Sutherland Line Clipping Algorithm
Platform: | Size: 3688448 | Author: 天佑 | Hits:

[Windows DevelopCohen_Sutherland

Description: 这里将以前编写的一个简单的Cohen-Sutherland线段裁剪算法的实现程序共享给大家。 -Here will be prepared before a simple Cohen-Sutherland Line Clipping Algorithm sharing to everyone.
Platform: | Size: 120832 | Author: 柯南 | Hits:

[Special Effectscohen-sutherland

Description: 改进的cohen-sutherland线段裁剪算法-Improved cohen-sutherland line clipping algorithm
Platform: | Size: 11264 | Author: hy | Hits:

[Special EffectsLiangBarsky

Description: 梁友栋-Barsky裁剪算法,Cyrus和Beck用参数化方法提出了比Cohen-Sutherland更有效的算法。后来梁友栋和Barsky独立地提出了更快的参数化线段裁剪算法,也称为Liany-Barsky(LB)算法。-You-Xin Liang Dong-Barsky clipping algorithm, Cyrus and Beck used parametric methods than Cohen-Sutherland algorithm more effective. LIANG You-Dong and Barsky was independently put forward a faster Parametric Line Clipping Algorithm, also known as Liany-Barsky (LB) algorithm.
Platform: | Size: 12288 | Author: 杨杨 | Hits:

[OpenGL programCohen-Sutherland

Description: 程序运行Cohen-Sutherland线段裁剪算法 ,所用坐标系为笛卡尔直角坐标系. 起始状:用户输入所画线段的起点和终点坐标 结束状态:程序打印出裁剪以后的线段-Program runs Cohen-Sutherland Line Clipping algorithm, used for the Cartesian coordinates Cartesian coordinate system. Start-shaped: the user to enter the draw line segments start and end coordinates of the end of state: The procedure to print out after cutting the line segment
Platform: | Size: 4096 | Author: | Hits:

[Windows DevelopCohen-Sutherland

Description: Using C + + implementation of the Cohen-Sutherland line clipping algorithm-Using C++ implementation of the Cohen-Sutherland line clipping algorithm
Platform: | Size: 2408448 | Author: pigniao | Hits:

[matlabCohenSoutherlandLineClipping

Description: Cohen-Southerland线段裁剪算法的Matlab程序-Cohen-Southerland Line Clipping Algorithm in Matlab procedures
Platform: | Size: 1024 | Author: 章礼平 | Hits:

[Special EffectsCohenSutherland

Description: Cohen-Sutherland算法编码裁剪算法-Cohen-Sutherland clipping algorithm coding algorithm
Platform: | Size: 136192 | Author: 陈天壮 | Hits:

[OpenGL programshiyan4

Description: 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。 2.实验内容: (1) 理解直线裁剪的原理(Cohen-Surtherland算法、梁友栋算法) (2) 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。 (3) 调试、编译、修改程序 -Understanding of the principles of cutting two-dimensional graphics (point of cutting, cutting a straight line, polygon clipping), the use of VC+ OpenGL to achieve a straight line cutting algorithm. 2. Experimental contents: (1) understand the principles of cutting a straight line (Cohen-Surtherland algorithm, You-Xin Liang Dong algorithm) (2) the use of VC+ OpenGL to achieve a straight line cutting the coding algorithm, on the screen in a closed arbitrary rectangular cutting a straight line. (3) debug, compile, modify the program
Platform: | Size: 566272 | Author: jing | Hits:

[2D GraphicLineCLIP

Description: Program runs Cohen-Sutherland Line Clipping algorithm, used for the Cartesian coordinates Cartesian coordinate system. Start-shaped: the user to enter the draw line segments start and end coordinates of the end of state: The procedure to print out after cutting the line segment
Platform: | Size: 2048 | Author: noha seddik | Hits:

[2D GraphicCohen-Sutherland

Description: 用C语言实现了Cohen-Sutherland算法,代码可以直接复制到tc里面运行,很好实现了线段裁剪-With the C language to implement Cohen-Sutherland algorithm, the code can be directly copied to the tc run inside, well realized Line Clipping
Platform: | Size: 2048 | Author: Aboy | Hits:

[Special Effectscase10

Description: Cohen-Sutherland直线裁剪算法,设置裁剪窗口,任意画一条直线进行裁剪-Cohen-Sutherland line clipping algorithm, set the cutting window, draw a straight line to cut any
Platform: | Size: 287744 | Author: winsome | Hits:

[2D GraphicCOHEN

Description: Cohen sutherland algorithm for line clipping
Platform: | Size: 1024 | Author: Sahana | Hits:

[Mathimatics-Numerical algorithmsCohen_And_Sutherland

Description: Cohen & sutherland algo for line clipping
Platform: | Size: 17408 | Author: vishal | Hits:

[Special Effectscutout

Description: 在定义了窗口之后,我们只需将窗口内的图形显示出来,对于窗口之外的图形我们是不关心的。因此,必须将窗口外的图形裁剪下去。在本资料中,实现如下对直线段进行裁剪的算法:Cohen-Sutherland算法、中点分割算法、梁友栋-Barsky算法,并且利用Sutherland-Hodgman算法实现对多边形的裁剪,最后,实现当裁剪域是任意凸多边形时的裁剪算法。-In the definition of the window, we simply window graphics are displayed, in addition to window graphics we are not concerned. Therefore, the need to cut down the graphics outside the window. In this data, to achieve the following sections of the cut line algorithm: Cohen-Sutherland algorithm, the mid-point division algorithm, Liangyou Dong-Barsky algorithm, and using Sutherland-Hodgman polygon clipping algorithm, and finally, to achieve when the cutting domain is arbitrary when the convex polygon clipping algorithm.
Platform: | Size: 1959936 | Author: | Hits:

[AlgorithmClipping

Description: Graphics clipping algorithms of both classifications Cohen sutherland Sutherland hodgeman weller liang barsky
Platform: | Size: 6144 | Author: Daisy | Hits:

[OpenGL programCohen-Sutherland

Description: opengl中的直线裁剪算法,包括cohensutherland算法,中点法等-line clipping algorithm in opengl, including cohensutherland algorithm, the midpoint method
Platform: | Size: 60416 | Author: wy | Hits:
« 12 3 »

CodeBus www.codebus.net